home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / scoobycastillotenebroso.swf / scripts / DefineSprite_3_externalFileHolder / frame_1 / PlaceObject2_1_1 / CLIPACTIONRECORD onClipEvent(mouseUp).as < prev   
Text File  |  2007-10-01  |  158b  |  7 lines

  1. onClipEvent(mouseUp){
  2.    if(_parent.caller.link != null && this.hitTest(_xmouse,_ymouse,false))
  3.    {
  4.       getURL(_parent.caller.link,"_blank");
  5.    }
  6. }
  7.